projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b981d96
)
empty path is not a thing on Windows
author
E. Dunham
<github@edunham.net>
Mon, 10 Oct 2016 22:15:08 +0000
(15:15 -0700)
committer
E. Dunham
<github@edunham.net>
Tue, 11 Oct 2016 17:39:03 +0000
(10:39 -0700)
tests/version.rs
patch
|
blob
|
history
diff --git
a/tests/version.rs
b/tests/version.rs
index b017830b27273dd4f4bb7497910b08fada945eca..2171cef5e13e56dc5247c218c47f52f3350618fb 100644
(file)
--- a/
tests/version.rs
+++ b/
tests/version.rs
@@
-51,6
+51,7
@@
Options:
}
#[test]
+#[cfg_attr(target_os = "windows", ignore)]
fn version_works_without_rustc() {
let p = project("foo");
assert_that(p.cargo_process("version").env("PATH", ""),